.main{
	font-size: 1em;
	font-family: tahoma,arial;

}
a{
	text-decoration: none;
	color: #000
}
.main div{
	padding: 0;
	margin: 0;
}
/*设置二维码图片的样式*/
.main .img-area{
	position: absolute;
	right: 0px;
}
.img-area .block{
	background: url("../qrcode/200px.png") no-repeat center;
	background-color: #696969;	
	width: 200px;
	height: 200px;
}
.img-area .close-button{
	display:inline-block;
	height: 1.2em;
	width: 3.5em;
	font-size: 0.89em;
	text-align: center;
	background: #d1d1d1;
	color: #FFF;
	padding: 3px 0;
	border-radius: 5px;
	text-decoration: none;
        line-height: 1em;
}
.img-area .close-button a{
	color: #FFF;
}

.main .mouse-show{
	text-align: center;
	padding: 20px;
}
/*设置超链接文本样&#65533;*/
.main .mouse-show .show-img{
	color: #800000;
	content: '';
}
.main .mouse-show .show-img:hover{
	color: #191970;
}
.main .mouse-show .img-wrap{
	width: 200px;
	height: 200px;
	display: none;
	background: url("../qrcode/200px.png") no-repeat center;
	margin: auto;
}
.main .mouse-show .show-img:hover +.img-wrap{

	display: block;
	border:3px solid #808080;

}
.clear{
	clear: left;
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}